runtime.sweepLocker.tryAcquire (method)

6 uses

	runtime (current package)
		mcentral.go#L123: 			if s, ok := sl.tryAcquire(s); ok {
		mcentral.go#L143: 			if s, ok := sl.tryAcquire(s); ok {
		mgcsweep.go#L339: func (l *sweepLocker) tryAcquire(s *mspan) (sweepLocked, bool) {
		mgcsweep.go#L390: 		if s, ok := sl.tryAcquire(s); ok {
		mgcsweep.go#L477: 		if s, ok := sl.tryAcquire(s); ok {
		mheap.go#L902: 					if s, ok := sl.tryAcquire(s); ok {